home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1996 #15 / Monster Media Number 15 (Monster Media)(July 1996).ISO / os2 / fm2_246.zip / COMMANDS.TMP < prev    next >
Text File  |  1996-04-06  |  417b  |  34 lines

  1. ; FM/2 commands file -- 3 lines: title, cmd line, flags
  2. ;
  3. Test a Zip file
  4. unzip.exe -t %a
  5. 12288
  6. ;
  7. Test an Lzh file
  8. lh.exe t %a
  9. 12288
  10. ;
  11. Test an Arc file
  12. arc.exe t %a
  13. 12288
  14. ;
  15. Test an Arj file
  16. unarj.exe t %a
  17. 12288
  18. ;
  19. Test a Zoo file
  20. zoo.exe -test %a
  21. 12288
  22. ;
  23. Copy A: -> B:
  24. diskcopy.exe a: b:
  25. 4096
  26. ;
  27. Copy B: -> A:
  28. diskcopy.exe b: a:
  29. 4096
  30. ;
  31. Create disk image from A:
  32. savedskf.exe a: /N
  33. 4096
  34.